home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000360_jaltman@watsun.cc.columbia.edu_Tue Sep 4 11:21:04 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  35 lines

  1. Article: 12748 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: if exist
  6. Date: 4 Sep 2001 12:19:39 GMT
  7. Organization: Columbia University
  8. Lines: 18
  9. Message-ID: <9n2gsr$pj9$1@newsmaster.cc.columbia.edu>
  10. References: <9mp7sp0vm6@enews4.newsguy.com> <9mphnl$2jn$1@newsmaster.cc.columbia.edu> <9muuba04gd@enews4.newsguy.com> <9n1i9i$998$1@samba.rahul.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 999605979 26217 128.59.39.2 (4 Sep 2001 12:19:39 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 4 Sep 2001 12:19:39 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12748
  16.  
  17. In article <9n1i9i$998$1@samba.rahul.net>,  <dold@email.rahul.net> wrote:
  18. : Grinder <grinder@no.spam.maam.com> wrote:
  19. : : Sorry, me again--with the same problem.  I modified my script a
  20. : : bit to simply some goto statements, but diagnostices yield the
  21. : : same thing:
  22. : : if < \Ffiles(queue\*.zip) 1 goto SENDZERO
  23. : If this is a cut and paste, and not just a typo here, isn't the expression
  24. : wrong?  I would expect the < to be in a different place on the line.
  25.  
  26. The notation is correct.  Placing the operator before the arguments
  27. allows the parser to know in advance how many arguments are required.
  28.  
  29.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  30.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  31.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  32.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  33.